Fix a couple of broken annotations
authorJohan Dahlin <johan@gnome.org>
Thu, 23 Sep 2010 20:56:48 +0000 (17:56 -0300)
committerJohan Dahlin <johan@gnome.org>
Thu, 23 Sep 2010 20:57:16 +0000 (17:57 -0300)
gtk/gtkscalebutton.c
gtk/gtkstyle.c
gtk/gtkwidget.c

index 1a7b600c6b2c8daec83e5a19324bc51d3f6be1fe..72a96201cabd609135004c63c10e2f6a3657e423 100644 (file)
@@ -557,7 +557,7 @@ gtk_scale_button_dispose (GObject *object)
 
 /**
  * gtk_scale_button_new:
- * @size: (int): a stock icon size
+ * @size: (type int): a stock icon size
  * @min: the minimum value of the scale (usually 0)
  * @max: the maximum value of the scale (usually 100)
  * @step: the stepping of value when a scroll-wheel event,
index 1c7695f0078929f31bbb645b941802b99145b591..5d89c45e96f40e73cc4622c32e9c11c7ddbb38c2 100644 (file)
@@ -1365,7 +1365,7 @@ gtk_style_real_set_background (GtkStyle    *style,
  * @source: the #GtkIconSource specifying the icon to render
  * @direction: a text direction
  * @state: a state
- * @size: (type int) the size to render the icon at. A size of
+ * @size: (type int): the size to render the icon at. A size of
  *     (GtkIconSize)-1 means render at the size of the source and
  *     don't scale.
  * @widget: (allow-none): the widget
index 7450f5bcab192cbbca7eb7b2c40bc103f14833c8..ba0d3b06d5ef7b2cec93ecf9aa0ed0a9a8b73f60 100644 (file)
@@ -7805,7 +7805,7 @@ gtk_widget_create_pango_layout (GtkWidget   *widget,
  * gtk_widget_render_icon:
  * @widget: a #GtkWidget
  * @stock_id: a stock ID
- * @size: (type int) a stock size. A size of (GtkIconSize)-1 means
+ * @size: (type int): a stock size. A size of (GtkIconSize)-1 means
  *     render at the size of the source and don't scale (if there are
  *     multiple source sizes, GTK+ picks one of the available sizes).
  * @detail: (allow-none): render detail to pass to theme engine